home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Communications Toolbox / CTB Sample Code 1.0b16 / CTB Sources / Sources 2 / ReadMe
Encoding:
Text File  |  1989-06-27  |  2.4 KB  |  51 lines  |  [TEXT/MPS ]

  1. On this disk you will find Dummy Tools source code for each of the Comm Toolbox 
  2. Managers.  These tools should operate inside an application, however they do not 
  3. do anything except what is neccesary to meet minimal criteria.  They respond to 
  4. all available calls by the managers and UserBreak if any of the parameters get
  5. corrupted.  They are given forth as an example of all the calls that Tools should
  6. support.  Tool developers should not assume that applications will utilize Tools in
  7. any specific way and should respond appropriately to all Comm Toolbox calls inside
  8. their area.  This source code is not guaranteed in anyway what so ever and should only
  9. be seen as examples of writing tools.
  10.  
  11. The disks contains:
  12.  
  13. :CMTools:
  14. cdef.c                Example cdef C code
  15. cloc.p                Example cloc Pascal code
  16. CMTool.h              Header file for the C Code
  17. CMTool.p              Header file for the Pascal Code
  18. cmutil.p              Utility code needed for the Pascal code
  19. Connection            The Connection Tool itself
  20. Connection.r          The resource file for the Connection Tool
  21. cscr.p                Example cscr Pascal code
  22. cset.c                Example cset C code
  23. cval.c                Example cval C code
  24. makefile              The makefile for the Connection Tool
  25.  
  26. :FTTools:
  27. fdef.c                Example fdef C code
  28. FileTransfer          The FileTransfer Tool itself
  29. FileTransfer.r        The resource file for the FileTransfer Tool
  30. floc.p                Example floc Pascal code
  31. fscr.p                Example fscr Pascal code
  32. fset.c                Example cset C code
  33. FTTool.h              Header file for the C Code
  34. FTTool.p              Header file for the Pascal Code
  35. ftutil.p              Utility code needed for the Pascal code
  36. fval.c                Example cval C code
  37. makefile              The makefile for the FileTransfer Tool
  38.  
  39. ':Terminal Tool for CTB:'
  40. tbnd.r                A resource file for the Terminal Tool
  41. tdef.p                Example tdef Pascal code
  42. TermGlobalUnit.p      Header file for the Pascal Code
  43. Terminal              The Terminal Tool itself
  44. Terminal.make         The makefile for the Terminal Tool
  45. tloc.p                Example tloc Pascal code
  46. tscr.p                Example tscr Pascal code
  47. tset.p                Example tset Pascal code
  48. tval.p                Example tval Pascal code
  49. tver.r                A resource file for the Terminal Tool
  50.  
  51. ReadMe